GtkScrolledWindow: document changed default policy
authorMatthias Clasen <mclasen@redhat.com>
Sat, 25 Sep 2010 15:18:28 +0000 (11:18 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 25 Sep 2010 16:54:47 +0000 (12:54 -0400)
docs/reference/gtk/migrating-2to3.xml

index 1d003e23460c73a23430fb92f468bad32a274e3a..65c3879a05a7f309f356a5abd0838f039a408ba7 100644 (file)
@@ -426,6 +426,15 @@ cairo_destroy (cr);
     </para>
   </section>
 
+  <section>
+    <title>GtkScrolledWindow policy</title>
+
+    <para>
+     The default values for the #GtkScrolledWindow:hscrollbar-policy and
+     #GtkScrolledWindow:vscrollbar-policy properties have been changed from
+     'never' to 'automatic'. If your application was relying on the default
+     value, you will have explicitly set it explicitly.
+  </section>
   <section>
     <title>Prevent mixed linkage</title>
     <para>